home *** CD-ROM | disk | FTP | other *** search
- #ifndef __MY_EDIT_FUNCTIONS_H__
- #define __MY_EDIT_FUNCTIONS_H__
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern void GenericCut(WindowRef theWindow);
- extern void GenericCopy(WindowRef theWindow);
- extern void GenericPaste(WindowRef theWindow);
- extern void GenericClear(WindowRef theWindow);
- extern void GenericSelectAll(WindowRef theWindow);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-